home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / hytelnet.sea / international fix lines < prev    next >
Text File  |  1993-10-14  |  4KB  |  116 lines

  1. Things that should be changed to convert
  2. Hytelnet for international versions.
  3.  
  4. If I have missed anything please let me
  5. know and I will send more information.
  6.  
  7. Charles Burchill
  8. <burchil@cc.umanitoab.ca>
  9.  
  10. Stack script:
  11.  
  12. 1. openstack handler
  13.   You may have to change openstack handler -  Line 34-35.  This
  14.    part of the command picks up the long name of the stack and strips
  15.    the start of the long name.  A better method of doing this is
  16.    to delete line 34, and change line 35 to:
  17.          put getpath(word 2 of longpath) & ":Hytelnet data:" into path
  18.  
  19. 2. menuset handler
  20.    This handler contains all of the HyperCard menus that are removed
  21.    or added.
  22.    Line 102 -116 deletes.  Change the name to the corresponding
  23.    Danish equivilent.
  24.    Line 118 adds the Hytelnet Menu.  
  25.    Line 120 adds the items under the Hytelent menu.
  26.  
  27. 3. gback handler
  28.    Line 140, 190.  This is the Error dialog that is put up when a file can not be 
  29.    found.
  30.  
  31. 4. cfield handler
  32.    Line 204.  this calls the copy text menu item from under the edit
  33.    menu. 
  34.  
  35. 5. csite handler
  36.    Line 215 - Error dialog that is put up when screen does not conatin
  37.    the  word tn3270, or telnet - no site specific information.
  38.    
  39. 6. fileman handler
  40.    Line 339 - Error dialog that is put up when a file in an index list
  41.    can not be found.
  42.  
  43. 7. shrinker handler
  44.    Line 396 - this calls the compact stack menu item under the file
  45.    menu.  Beacuse the stack changes regularly the free size of the
  46.    stack will grow considerably.  This just account for the growth in
  47.    free size.  An alternative is to lock the stack in the finders
  48.    get info dialog box (be sure to compact the stack first).
  49.  
  50. 8. arrowkey handler.
  51.    Because the Danish system may treat arrow keys differently - both
  52.    as hex codes from the KCHR resource and the name the folling lines
  53.    may have to be changed:
  54.      Line 416, 444, 470, 475
  55.  
  56. 9 goforit handler
  57.      Line 532, 535 - You may want to change answer dilog box created
  58.        in line 532.  If you change the choices be sure to change the
  59.        copy command in line 535.
  60.      Line 537 - this should be the Danish for Copy text under the edit
  61.       menu.
  62.      Line 541 - Error message when the intenet name is not
  63.      appropriate. Site specific information.  This is probably the 
  64.      line that is giving you this error.  This is because line
  65.      537.
  66.      
  67.    
  68. 10. gotelnet function
  69.     Line 559 - If you are trying to connect over a serial line and the
  70.       line is not working you will get this error.
  71.     Line 556, 618 - If the location of the telnet program is not defined
  72.        you will be asked to find it.
  73.     Line 578, 630  - If the location of the settings file is not defined 
  74.        you will be asked to find it.  Please note that this is not the
  75.        config.tel file for telnet, but the file called telnet.cfg 
  76.        that hytelnet uses.
  77.    Line 606, 656 - If you are running sysytem 6.x and multifinder you must
  78.        quit from telnet between each connection.  This line produces
  79.        the appropriate warning.
  80.  
  81. 11. keydown handler
  82.     Line 683 - This is the ascii code for the arrow keys.
  83.  
  84. Configure button script (button 17)
  85. Done button script (button 19)
  86. Defaults button script (button 20):
  87.  1. If you change the configure menu item in the hytelent menu you will
  88.      have  to change Line 37.
  89.  
  90.  2. If you change any of the button names in the configure "dialog"
  91.     you will have to change the names in this script.
  92.  
  93. Telnet location (button 29)
  94. Telnet settings (button 30)
  95. TN3270 location (button 31)
  96. TN3270 settings (button 32):
  97.  1. Line 2 - change the find dialog to the appropriate wording.
  98.  
  99. Button script Convert Mail (button 22)
  100.  1. Line 12-14, 16. Change wording and spelling of dialog and choices.
  101.  2. Line 20. Change workding of find dialog.
  102.  3. Line 71. This line warns the user if the Mail file that is being
  103.     convert contains mail that is not from the Hytel-l mailing list.
  104.  4. Line 117. If the mail file is in a non-standard format this error
  105.     will occur. The subject line of a letter was found, but the body
  106.     of the letter was not delimited and can not be found.
  107.  5. Line 150, 156, 126 - These lines produce errors when an index
  108.     file, or hytelnet data subdirectory can not be found.
  109.  6. 253, 254, 262 - if the buttons on the convert dialog have been
  110.     changed these lines must be changed to reflect the new button names.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.